You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello team!
A follow up from the Matrix thread regarding the error when trying to merge the lib directory together.
The problem seems to be with the NPM plugin, when using npm-include-node:true and npm-node-version options, which writes node_modules to the /lib directory.
This requires a dummy package.json at the source/root directory.
Create the files above (rockcraft.yaml, package.json).
rockcraft pack
error: Detailed information: Parts 'test/runtime' and 'expressjs-framework/install' list the following files, but with different contents or permissions: lib
Bug Description
Hello team!
A follow up from the Matrix thread regarding the error when trying to merge the
lib
directory together.The problem seems to be with the NPM plugin, when using
npm-include-node:true
andnpm-node-version
options, which writesnode_modules
to the/lib
directory.This requires a dummy package.json at the source/root directory.
To Reproduce
Detailed information: Parts 'test/runtime' and 'expressjs-framework/install' list the following files, but with different contents or permissions: lib
Environment
Ubuntu 22.04 LTS
rockcraft.yaml
Relevant log output
The text was updated successfully, but these errors were encountered: