Giter VIP home page Giter VIP logo

Comments (5)

eistrati avatar eistrati commented on May 28, 2024

@calendarbase Thanks for reporting this issue. We'll take a look at this issue and get back to you soon.

From what I see, /deep-microservices-todomvc/ is not in the right place, which I would assume you've tried to deepify install again inside already installed /Users/nissegrankvist/Documents/E-Commerce/deep-microservices-todomvc/. You can safely remove it: rm -rf /Users/nissegrankvist/Documents/E-Commerce/deep-microservices-todomvc/deep-microservices-todomvc/

When you list installed todomvc application, it should look like this:

$ ls -al /Users/nissegrankvist/Documents/E-Commerce/deep-microservices-todomvc/deep-microservices-todomvc/

/deep-todomvc/
/deep-root-angular/
deeploy.json

For your reference, the structure of any (so called) deep microservice is the following:

/whatever-you-want-as-a-name/
    /backend/
    /data/
    /docs/
    /frontend/
    /tests/

I see that https://github.com/MitocGroup/deep-microservices-todomvc/tree/dev/src/deep-todomvc/frontend/js/vendor/ is missing, so we'll check on our end and see why it's missing. Thanks again for pointing it out.

from deep-microservices-todomvc.

AlexanderC avatar AlexanderC commented on May 28, 2024

@calendarbase as i see from your stack trace jspm binaries are missing(/bin/sh: jspm: command not found) so the dependencies failed to install. To fix the issue you have to install jspm (please refer to this page http://jspm.io/docs/getting-started.html) and rerun the desired command.

from deep-microservices-todomvc.

calendarbase avatar calendarbase commented on May 28, 2024

Installed jspm.

First as before I get the apVesrion is missing then I fix the deeploy file and got this:

16:46:00 GMT+0100 (CET) DEEP registry is not available on https://deep.mg
16:46:02 GMT+0100 (CET) Module 'adtechmedia-website@' installation failed: Error: 404 Not Found: https://raw.githubusercontent.com/AdTechMedia/adtechmedia-website/*/src/adtechmedia-website/deepkg.json
16:46:02 GMT+0100 (CET) { Error: 404 Not Found: https://raw.githubusercontent.com/AdTechMedia/adtechmedia-website/*/src/adtechmedia-website/deepkg.json
at /Users/goransvensson/.npm-packages/lib/node_modules/deepify/node_modules/fetchy-request/index.js:39:27
at process._tickDomainCallback (internal/process/next_tick.js:129:7)
response:
IncomingMessage {
_readableState:
ReadableState {
objectMode: false,
highWaterMark: 16384,
buffer: [Object],
length: 15,
pipes: null,
pipesCount: 0,
flowing: null,
ended: true,
endEmitted: false,
reading: false,
sync: true,
needReadable: false,
emittedReadable: true,
readableListening: false,
resumeScheduled: false,
defaultEncoding: 'utf8',
ranOut: false,
awaitDrain: 0,
readingMore: true,
decoder: null,
encoding: null },
readable: true,
domain: null,
_events: { end: [Function: responseOnEnd] },
_eventsCount: 1,
_maxListeners: undefined,
socket:
TLSSocket {
_tlsOptions: [Object],
_secureEstablished: true,
_securePending: false,
_newSessionPending: false,
_controlReleased: true,
_SNICallback: null,
servername: null,
npnProtocol: undefined,
alpnProtocol: false,
authorized: true,
authorizationError: null,
encrypted: true,
_events: [Object],
_eventsCount: 10,
connecting: false,
_hadError: false,
_handle: [Object],
_parent: null,
_host: 'raw.githubusercontent.com',
_readableState: [Object],
readable: true,
domain: null,
_maxListeners: undefined,
_writableState: [Object],
writable: true,
allowHalfOpen: false,
destroyed: false,
_bytesDispatched: 196,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: undefined,
_server: null,
ssl: [Object],
_requestCert: true,
_rejectUnauthorized: true,
parser: null,
_httpMessage: [Object],
read: [Function],
_consuming: true },
connection:
TLSSocket {
_tlsOptions: [Object],
_secureEstablished: true,
_securePending: false,
_newSessionPending: false,
_controlReleased: true,
_SNICallback: null,
servername: null,
npnProtocol: undefined,
alpnProtocol: false,
authorized: true,
authorizationError: null,
encrypted: true,
_events: [Object],
_eventsCount: 10,
connecting: false,
_hadError: false,
_handle: [Object],
_parent: null,
_host: 'raw.githubusercontent.com',
_readableState: [Object],
readable: true,
domain: null,
_maxListeners: undefined,
_writableState: [Object],
writable: true,
allowHalfOpen: false,
destroyed: false,
_bytesDispatched: 196,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: undefined,
_server: null,
ssl: [Object],
_requestCert: true,
_rejectUnauthorized: true,
parser: null,
_httpMessage: [Object],
read: [Function],
_consuming: true },
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
headers:
{ 'content-security-policy': 'default-src 'none'; style-src 'unsafe-inline'',
'strict-transport-security': 'max-age=31536000',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-xss-protection': '1; mode=block',
'x-github-request-id': '3764:2F8FD:58D4959:5B38A79:58A71AB9',
'content-length': '15',
'accept-ranges': 'bytes',
date: 'Fri, 17 Feb 2017 15:46:02 GMT',
via: '1.1 varnish',
connection: 'close',
'x-served-by': 'cache-bma7027-BMA',
'x-cache': 'MISS',
'x-cache-hits': '0',
'x-timer': 'S1487346362.237473,VS0,VE128',
vary: 'Authorization,Accept-Encoding',
'access-control-allow-origin': '
',
'x-fastly-request-id': '5a0ebaeafdfc0c6dc634c70f5f7f50616b0c72da',
expires: 'Fri, 17 Feb 2017 15:51:02 GMT',
'source-age': '0' },
rawHeaders:
[ 'Content-Security-Policy',
'default-src 'none'; style-src 'unsafe-inline'',
'Strict-Transport-Security',
'max-age=31536000',
'X-Content-Type-Options',
'nosniff',
'X-Frame-Options',
'deny',
'X-XSS-Protection',
'1; mode=block',
'X-GitHub-Request-Id',
'3764:2F8FD:58D4959:5B38A79:58A71AB9',
'Content-Length',
'15',
'Accept-Ranges',
'bytes',
'Date',
'Fri, 17 Feb 2017 15:46:02 GMT',
'Via',
'1.1 varnish',
'Connection',
'close',
'X-Served-By',
'cache-bma7027-BMA',
'X-Cache',
'MISS',
'X-Cache-Hits',
'0',
'X-Timer',
'S1487346362.237473,VS0,VE128',
'Vary',
'Authorization,Accept-Encoding',
'Access-Control-Allow-Origin',
'',
'X-Fastly-Request-ID',
'5a0ebaeafdfc0c6dc634c70f5f7f50616b0c72da',
'Expires',
'Fri, 17 Feb 2017 15:51:02 GMT',
'Source-Age',
'0' ],
trailers: {},
rawTrailers: [],
upgrade: false,
url: '',
method: null,
statusCode: 404,
statusMessage: 'Not Found',
client:
TLSSocket {
_tlsOptions: [Object],
_secureEstablished: true,
_securePending: false,
_newSessionPending: false,
_controlReleased: true,
_SNICallback: null,
servername: null,
npnProtocol: undefined,
alpnProtocol: false,
authorized: true,
authorizationError: null,
encrypted: true,
_events: [Object],
_eventsCount: 10,
connecting: false,
_hadError: false,
_handle: [Object],
_parent: null,
_host: 'raw.githubusercontent.com',
_readableState: [Object],
readable: true,
domain: null,
_maxListeners: undefined,
_writableState: [Object],
writable: true,
allowHalfOpen: false,
destroyed: false,
_bytesDispatched: 196,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: undefined,
_server: null,
ssl: [Object],
_requestCert: true,
_rejectUnauthorized: true,
parser: null,
_httpMessage: [Object],
read: [Function],
_consuming: true },
_consuming: false,
_dumped: false,
req:
ClientRequest {
domain: null,
_events: [Object],
_eventsCount: 4,
_maxListeners: undefined,
output: [],
outputEncodings: [],
outputCallbacks: [],
outputSize: 0,
writable: true,
_last: true,
upgrading: false,
chunkedEncoding: false,
shouldKeepAlive: false,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedHeader: {},
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
socket: [Object],
connection: [Object],
_header: 'GET /AdTechMedia/adtechmedia-website/
/src/adtechmedia-website/deepkg.json HTTP/1.1\r\nAccept: /\r\nUser-Agent: deep-registry-rq-1487346362084\r\nHost: raw.githubusercontent.com\r\nConnection: close\r\n\r\n',
_headers: [Object],
_headerNames: [Object],
_onPendingData: null,
agent: [Object],
socketPath: undefined,
method: 'GET',
path: '/AdTechMedia/adtechmedia-website//src/adtechmedia-website/deepkg.json',
_ended: false,
parser: null,
res: [Circular] },
timing:
{ start: 1487346362084,
socket: 1487346362085,
connect: 1487346362123,
response: 1487346362403,
abort: 0,
error: 0 },
uri: 'https://raw.githubusercontent.com/AdTechMedia/adtechmedia-website/*/src/adtechmedia-website/deepkg.json' },
request:
{ uri: 'https://raw.githubusercontent.com/AdTechMedia/adtechmedia-website/*/src/adtechmedia-website/deepkg.json',
method: 'GET',
headers:
{ Accept: '
/*',
'User-Agent': 'deep-registry-rq-1487346362084' },
body: null,
timeout: 0,
keepAlive: undefined,
retry: { retries: 0, minTimeout: 300, maxTimeout: 500 },
displayName: 'https://raw.githubusercontent.com/AdTechMedia/adtechmedia-website/*/src/adtechmedia-website/deepkg.json',
label: undefined } }

I will try it in Ubuntu to see if it works there.

from deep-microservices-todomvc.

calendarbase avatar calendarbase commented on May 28, 2024

Tested again on OSX, this time with the hello-world example and it works. The missing vendor folders and files is installed.

Don't know why the adtech media site did not work, maybe an network issue.

from deep-microservices-todomvc.

eistrati avatar eistrati commented on May 28, 2024

AdTechMedia website is an issue on our end. Thanks for reporting it!

We've fixed it and somebody on our team will merge it after it passes Travis and CodeClimate: MitocGroup/adtechmedia-website#61

I'll close this issue now and feel free to open new ones. Really appreciate your help!

from deep-microservices-todomvc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.