We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d5b28 commit dff6b03Copy full SHA for dff6b03
example/.npmrc
@@ -0,0 +1,4 @@
1
+
2
+# we never want to create a package-lock in this example, it breaks installations due the cyclic project structure:
3
+# the example project is a child of the root project, AND consumes it as a file dependency.
4
+package-lock = false
example/package.json
@@ -5,7 +5,7 @@
5
"private": true,
6
"author": "Eliran Malka",
7
"scripts": {
8
- "start": "npm i --no-package-lock && npm run dev",
+ "start": "npm i && npm run dev",
9
"dev": "vue-cli-template-dev-server"
10
},
11
"devDependencies": {
0 commit comments