Skip to content
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

npm install and npm start issues #61

Open
ElliotBricker opened this issue Nov 10, 2021 · 0 comments
Open

npm install and npm start issues #61

ElliotBricker opened this issue Nov 10, 2021 · 0 comments

Comments

@ElliotBricker
Copy link

node and mongodb are installed successfully.
node version is:
% node --version
v16.13.0

for the npi install, I receive:
% npm install

npm WARN old lockfile

npm WARN old lockfile The package-lock.json file was created with an old version of npm,

npm WARN old lockfile so supplemental metadata must be fetched from the registry.

npm WARN old lockfile

npm WARN old lockfile This is a one-time fix-up, please be patient...

npm WARN old lockfile

npm WARN EBADENGINE Unsupported engine {

npm WARN EBADENGINE package: 'stripe-connect-rocketrides@0.0.1',

npm WARN EBADENGINE required: { node: '10.x' },

npm WARN EBADENGINE current: { node: 'v16.13.0', npm: '8.1.0' }

npm WARN EBADENGINE }

npm ERR! code ENOTEMPTY

npm ERR! syscall rename

npm ERR! path /Volumes/ELLIOTS/StripeRocketRides/server/node_modules/lodash

npm ERR! dest /Volumes/ELLIOTS/StripeRocketRides/server/node_modules/.lodash-rn22vo2p

npm ERR! errno -66

npm ERR! ENOTEMPTY: directory not empty, rename '/Volumes/ELLIOTS/StripeRocketRides/server/node_modules/lodash' -> '/Volumes/ELLIOTS/StripeRocketRides/server/node_modules/.lodash-rn22vo2p'

npm ERR! A complete log of this run can be found in:

npm ERR! /Users/xxxxxxxxxx/.npm/_logs/2021-11-10T17_08_18_191Z-debug.log

And in the npm start I see:

stripe-connect-rocketrides@0.0.1 start

node app.js

node:internal/modules/cjs/loader:936

throw err;

^

Error: Cannot find module 'express'

Require stack:

  • /Volumes/ELLIOTS/StripeRocketRides/server/app.js

    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)

    at Function.Module._load (node:internal/modules/cjs/loader:778:27)

    at Module.require (node:internal/modules/cjs/loader:1005:19)

    at require (node:internal/modules/cjs/helpers:102:18)

    at Object. (/Volumes/ELLIOTS/StripeRocketRides/server/app.js:4:17)

    at Module._compile (node:internal/modules/cjs/loader:1101:14)

    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)

    at Module.load (node:internal/modules/cjs/loader:981:32)

    at Function.Module._load (node:internal/modules/cjs/loader:822:12)

    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {

    code: 'MODULE_NOT_FOUND',

    requireStack: [ '/Volumes/ELLIOTS/StripeRocketRides/server/app.js' ]

}

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