Closed j1mmie closed 5 months ago
Thanks for reporting, we'll look into it.
Hi @j1mmie, I know it's been a while, but if you are still experiencing this issue, please provide a small repo where this can be reproduced.
I tried adding it on the repo from https://github.com/nrwl/nx/issues/15856 but everything is being parsed properly.
In the meantime, I will close this issue.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
npx nx build
fails when using a project with npm module@dplusic/gamelift-nodejs-serversdk
installedExpected Behavior
npx nx build
should succeedGitHub Repo
No response
Steps to Reproduce
1.
npm install @dplusic/gamelift-nodejs-serversdk
npx nx build
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
Similar to https://github.com/nrwl/nx/issues/15856
An easy way to avoid the error is to add the following code to line 269 of npm-parser.js:
But I'm not sure what the side effects of that are. I will try to create a repro repository for this issue as soon as I can