-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
"TypeError: Path must be a string" after break from project #64
Comments
Although the problem still persists with |
@kingscott Can you try installing from my fork? The
|
Seems to be an error trying to install that URL. It works for me in browser. But EDIT: I had the wrong version of 👍 |
@kingscott Just updated https://github.com/timoxley/standard-loader/pull/65/files |
I was able to install Thanks! @ghinda! 💯 |
@kingscott I just released standard-loader 4.0.0 which allows container app to specify which version of standard to use, please update and let me know if this works for you. |
@timoxley It's working for me! |
You're awesome. Thank you for writing this in easy-to-search words. |
@alexbooker Yes, it helped. |
Encountered this issue, and resolved it by downgrading
node
tov5.11.1
fromv6.0.0
.Took a week break from a project, then cloned, and did the regular steps but got this error:
ERROR in ./src/app.js Module build failed: TypeError: Path must be a string. Received undefined at assertPath (path.js:7:11) at Object.extname (path.js:1429:5) at processText (/home/kingscott/newton/node_modules/standard/node_modules/eslint/lib/cli-engine.js:144:30) at CLIEngine.executeOnText (/home/kingscott/newton/node_modules/standard/node_modules/eslint/lib/cli-engine.js:671:26) at Linter.lintText (/home/kingscott/newton/node_modules/standard-engine/index.js:65:59) at Object.standardLoader (/home/kingscott/newton/node_modules/standard-loader/index.js:19:12) @ multi app
Turns out downgrading
node
was the solution. This is the branch I am using.Thanks.
The text was updated successfully, but these errors were encountered: