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

eject does not generate working scripts #18

Open
harrybin opened this issue Apr 3, 2019 · 0 comments
Open

eject does not generate working scripts #18

harrybin opened this issue Apr 3, 2019 · 0 comments

Comments

@harrybin
Copy link

harrybin commented Apr 3, 2019

after ejecting calling npm start results in an error:

Running npm install...
added 10 packages from 4 contributors, updated 5 packages and moved 4 packages in 32.338s
Ejected successfully!

Please consider sharing why you ejected in this survey:
  http://goo.gl/forms/Bi6CZjk1EqsdelXk1

PS C:\Projekte\XXX> npm start

> pfl@0.1.0 start C:\Projekte\XXX
> node scripts/start.js

internal/validators.js:125
    throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
    ^

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
    at validateString (internal/validators.js:125:11)
    at Object.resolve (path.js:161:7)
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