Skip to content

Deploy in Production - NPM module broken #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Mar 8, 2016 · 1 comment
Closed

Deploy in Production - NPM module broken #108

ghost opened this issue Mar 8, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 8, 2016

The tutorial about deploy parse dashboard in production is not working.
The parse-dashboard npm module seems to be broken.
The node_modules/parse-dashboard contains only its package.json

Environment Setup

Node v5.7.1
OSx El Capitan 10.11
Parse server 2.1.4

Steps to reproduce

mkdir dashboard && cd dashboard
npm init
npm install --save parse-dashboard
add a start script in your package.json "start": "parse-dashboard --config ./dashboard.json"
npm start

Logs/Trace

> node parse-dashboard --config ./dashboard.json

module.js:341
    throw err;
    ^

Error: Cannot find module '/Users/ronaldo/dev/projects/todayapp-firebase/parse-dashboard'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Function.Module.runMain (module.js:447:10)
    at startup (node.js:141:18)
    at node.js:933:3

npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/Cellar/node/5.7.1/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.7.1
npm ERR! npm  v3.6.0
npm ERR! code ELIFECYCLE
npm ERR! TodayAppFirebase@1.0.0 start: `node parse-dashboard --config ./dashboard.json`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the TodayAppFirebase@1.0.0 start script 'node parse-dashboard --config ./dashboard.json'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the TodayAppFirebase package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node parse-dashboard --config ./dashboard.json
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs TodayAppFirebase
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls TodayAppFirebase
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/ronaldo/dev/projects/todayapp-firebase/npm-debug.log

@drew-gross
Copy link
Contributor

Whoops, the npm package hasn't been published. I've removed that section of the readme. In the meantime, we are discussing how to best work with npm in #102

douglasmuraoka pushed a commit that referenced this issue Nov 29, 2019
Feat: increase max subfolders in cloud code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant