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
Error: https://registry.yarnpkg.com/@cocreate%2fclient: Not found
18
-
at Request.params.callback [as _callback] (/usr/share/yarn/lib/cli.js:66988:18)
19
-
at Request.self.callback (/usr/share/yarn/lib/cli.js:140749:22)
20
-
at Request.emit (events.js:315:20)
21
-
at Request.<anonymous> (/usr/share/yarn/lib/cli.js:141721:10)
22
-
at Request.emit (events.js:315:20)
23
-
at IncomingMessage.<anonymous> (/usr/share/yarn/lib/cli.js:141643:12)
24
-
at Object.onceWrapper (events.js:421:28)
25
-
at IncomingMessage.emit (events.js:327:22)
26
-
at endReadableNT (internal/streams/readable.js:1327:12)
27
-
at processTicksAndRejections (internal/process/task_queues.js:80:21)
17
+
SyntaxError: /home/ubuntu/environment/public/CoCreate-components/CoCreate-api/package.json: Unexpected string in JSON at position 1093
18
+
at JSON.parse (<anonymous>)
19
+
at /usr/share/yarn/lib/cli.js:1625:59
20
+
at Generator.next (<anonymous>)
21
+
at step (/usr/share/yarn/lib/cli.js:310:30)
22
+
at /usr/share/yarn/lib/cli.js:321:13
28
23
29
24
npm manifest:
30
25
{
31
26
"name": "@cocreate/api",
32
-
"version": "1.0.7",
27
+
"version": "1.0.10",
33
28
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 data-attributes and/or JavaScript API. ",
0 commit comments