Skip to content
Snippets Groups Projects
Unverified Commit e4665b6c authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

add npmrc file for express to fix long path name issue with node 20 on windows (#49)

parent 5463d3bf
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ export const copy = async ( ...@@ -52,6 +52,7 @@ export const copy = async (
export const assetRelocator = (name: string) => { export const assetRelocator = (name: string) => {
switch (name) { switch (name) {
case "gitignore": case "gitignore":
case "npmrc":
case "eslintrc.json": { case "eslintrc.json": {
return `.${name}`; return `.${name}`;
} }
......
node-linker=hoisted
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment