Giter Club home page Giter Club logo

Comments (11)

plyoung avatar plyoung commented on June 15, 2024 6

@cryptocracy

Make following change to package.json (replace ; with && in start script command). I also rename the command browserify to build but you do not need to do that.

"scripts": {
"build": "browserify requires.js -o public/bundle.js",
"start": "npm run build && node server.js"
},

from blockstack-app-generator.

Almusamim avatar Almusamim commented on June 15, 2024 1

@plyoung
thanks this worked for me :)

from blockstack-app-generator.

cryptocracy avatar cryptocracy commented on June 15, 2024

I thought this might have been something gone wrong with the yeoman generation since I evidently didn't have browserify installed prior.
So I created a fresh directory after installing browserify via npm and then ran the yeoman generator again and then tried to npm run start and it throws the same error.

from blockstack-app-generator.

shea256 avatar shea256 commented on June 15, 2024

Great thanks for reporting @cryptocracy! We'll look into this soon.

from blockstack-app-generator.

plyoung avatar plyoung commented on June 15, 2024

any update on this? Just tried it myself (on Win 10) and getting same error.
Simply followed the steps and ended up at the error when I run npm run start

from blockstack-app-generator.

plyoung avatar plyoung commented on June 15, 2024

Got new problem now. I click on the "Sign in with Blockstack" button and is send to a page with result "Page Does Not Exist". The URL I was send to it https://blockstack.org/auth?authRequest=a_long_string_follows.....

from blockstack-app-generator.

cyntechtic avatar cyntechtic commented on June 15, 2024

> [email protected] start C:\Users\GHOST-PROTOCOL\SiteApps\hello-blockstack
> npm run browserify && node server.js

npm WARN invalid config loglevel="notice"

> [email protected] browserify C:\Users\GHOST-PROTOCOL\SiteApps\hello-blockstack
> browserify requires.js -o public/bundle.js

server is listening on 5000

though the server is listening on 5000 just curious about this error

npm WARN invalid config loglevel="notice"

from blockstack-app-generator.

jackzampolin avatar jackzampolin commented on June 15, 2024

The app has been updated many times since this, and we have fixed this issue. Closing.

from blockstack-app-generator.

jsoneaday avatar jsoneaday commented on June 15, 2024

This issue is still happening as of 11/4/2018, which is really ridiculous. Although the fix does work.

from blockstack-app-generator.

Arnoldmn avatar Arnoldmn commented on June 15, 2024

I think your fo;der lacks the node_modules sub folder cause i also had ihe same error and i fixed it by just installing the node module

from blockstack-app-generator.

hstove avatar hstove commented on June 15, 2024

Yes, you must run npm install first.

from blockstack-app-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.