-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathyarn-error.log
More file actions
87 lines (79 loc) · 2.66 KB
/
yarn-error.log
File metadata and controls
87 lines (79 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Arguments:
/opt/homebrew/Cellar/node/20.0.0/bin/node /opt/homebrew/bin/yarn install
PATH:
/opt/homebrew/bin:/opt/homebrew/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
Yarn version:
1.22.19
Node version:
20.0.0
Platform:
darwin arm64
Trace:
SyntaxError: /Users/spikelu/Bricks/figma-plugin-react-tailwindcss-template/package.json: Expected double-quoted property name in JSON at position 913
at JSON.parse (<anonymous>)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:1629:59
at Generator.next (<anonymous>)
at step (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:310:30)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "my-plugin",
"version": "1.0.0",
"description": "My Figma plugin built with typescript and react, tailwindcss.",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production --define-process-env-node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --define-process-env-node-env=production",
"dev": "NODE_ENV=development webpack --mode=development --watch",
"watch": "webpack --watch"
},
"dependencies": {
"create-file-webpack": "^1.0.2",
"html-loader": "^4.2.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^7.8.3",
"postcss-scss": "^4.0.6",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
},
"devDependencies": {
"@figma/plugin-typings": "^1.56.0",
"@types/react-dom": "^18.0.9",
"@webpack-cli/generators": "^3.0.0",
"babel-loader": "^9.1.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"inline-source-webpack-plugin": "^3.0.1",
"mini-css-extract-plugin": "^2.7.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"figmaPlugin": {
"name": "Bricks D2C",
"id": "1178847414663679049",
"api": "1.0.0",
"main": "./code.js",
"permissions": [
"currentuser"
],
"editorType": [
"figma"
],
"ui": "./ui.html"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile