René's URL Explorer Experiment


Title: The Broccoli Plugin: [LESSPlugin] failed with: undefined · Issue #873 · angular/angular-cli · GitHub

Open Graph Title: The Broccoli Plugin: [LESSPlugin] failed with: undefined · Issue #873 · angular/angular-cli

X Title: The Broccoli Plugin: [LESSPlugin] failed with: undefined · Issue #873 · angular/angular-cli

Description: OS: Mac OSX (El Capitan) Versions: angular-cli: 1.0.0-beta.5 node: 4.3.1 os: darwin x64 Repro steps. I have installed less css The log given by the failure: Could not start watchman; falling back to NodeWatcher for file system events. Vi...

Open Graph Description: OS: Mac OSX (El Capitan) Versions: angular-cli: 1.0.0-beta.5 node: 4.3.1 os: darwin x64 Repro steps. I have installed less css The log given by the failure: Could not start watchman; falling back t...

X Description: OS: Mac OSX (El Capitan) Versions: angular-cli: 1.0.0-beta.5 node: 4.3.1 os: darwin x64 Repro steps. I have installed less css The log given by the failure: Could not start watchman; falling back t...

Opengraph URL: https://github.com/angular/angular-cli/issues/873

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"The Broccoli Plugin: [LESSPlugin] failed with: undefined","articleBody":"1. OS:\n   Mac OSX (El Capitan)\n2. Versions:\n   angular-cli: 1.0.0-beta.5\n   node: 4.3.1\n   os: darwin x64\n3. Repro steps.\n   I have installed less css\n4. The log given by the failure:\n\n```\nCould not start watchman; falling back to NodeWatcher for file system events.\nVisit http://ember-cli.com/user-guide/#watchman for more info.\nBuild failed.\nFile: input (1029)\nThe Broccoli Plugin: [LESSPlugin] failed with:\nundefined\n\nThe broccoli plugin was instantiated at: \n    at LESSPlugin.Plugin (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/broccoli-caching-writer/node_modules/broccoli-plugin/index.js:10:31)\n    at LESSPlugin.CachingWriter [as constructor] (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/broccoli-caching-writer/index.js:21:10)\n    at new LESSPlugin (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/lib/broccoli/angular-broccoli-less.js:21:12)\n    at Object.Plugin.build.compile.exports.makeBroccoliTree (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/lib/broccoli/angular-broccoli-less.js:52:12)\n    at Angular2App._buildTree (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/lib/broccoli/angular2-app.js:125:27)\n    at new Angular2App (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/lib/broccoli/angular2-app.js:53:23)\n    at module.exports (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/angular-cli-build.js:6:10)\n    at Class.module.exports.Task.extend.setupBroccoliBuilder (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/lib/models/builder.js:55:19)\n    at Class.module.exports.Task.extend.init (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/lib/models/builder.js:89:10)\n    at new Class (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/node_modules/core-object/core-object.js:18:12)\n    at Class.module.exports.Task.extend.run (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/lib/tasks/build.js:15:19)\n    at /Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/lib/commands/build.js:32:24\n    at lib$rsvp$$internal$$tryCatch (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:1036:16)\n    at lib$rsvp$$internal$$invokeCallback (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:1048:17)\n    at /Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:331:11\n    at lib$rsvp$asap$$flush (/Users/julien/Documents/projects/bignibou/bignibou-site/bignibou-client/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:1198:9)\n\n```\n\nI am trying to get less css to work with my angular CLI- generated application.\n\nI have tried and configure the plugin as follows in **angular-cli-build.js**\n\n```\nmodule.exports = function (defaults) {\n  return new Angular2App(defaults, {\n    vendorNpmFiles: [\n      'systemjs/dist/system-polyfills.js',\n      'systemjs/dist/system.src.js',\n      'zone.js/dist/**/*.+(js|js.map)',\n      'es6-shim/es6-shim.js',\n      'reflect-metadata/**/*.+(js|js.map)',\n      'rxjs/**/*.+(js|js.map)',\n      '@angular/**/*.+(js|js.map)'\n    ],\n    lessCompiler: {\n      includePaths: [\n        'src/assets/styles'\n      ]\n    }\n  });\n};\n\n```\n\nCan anyone please help?\n","author":{"url":"https://github.com/balteo","@type":"Person","name":"balteo"},"datePublished":"2016-05-20T21:17:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":30},"url":"https://github.com/873/angular-cli/issues/873"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:447e4f1d-2f86-135d-795c-90f906513c09
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8A48:155BE7:21DEBD9:2E3A4E8:6973601F
html-safe-noncea78cd584d1b417b8c51ccb5292c8773fd7b17f2b611aa5e15f2061234fe0bf72
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QTQ4OjE1NUJFNzoyMURFQkQ5OjJFM0E0RTg6Njk3MzYwMUYiLCJ2aXNpdG9yX2lkIjoiNzA1MDU0MjA0MDU1ODU1OTI2MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac3e05687ab0d6c532ad08c2e967b3079ac77371e07e762dd53263bb4a0f90a69e
hovercard-subject-tagissue:156052688
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angular-cli/873/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5fece078763149038450d661c053be801c13177c51f59a6448931ccbfbf31518/angular/angular-cli/issues/873
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5fece078763149038450d661c053be801c13177c51f59a6448931ccbfbf31518/angular/angular-cli/issues/873
og:image:altOS: Mac OSX (El Capitan) Versions: angular-cli: 1.0.0-beta.5 node: 4.3.1 os: darwin x64 Repro steps. I have installed less css The log given by the failure: Could not start watchman; falling back t...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebalteo
hostnamegithub.com
expected-hostnamegithub.com
None4cf879a11b0a28a85543899a36aaee9ec9ca2fb7bedad86c0da5731193c95f01
turbo-cache-controlno-preview
go-importgithub.com/angular/angular-cli git https://github.com/angular/angular-cli.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id36891867
octolytics-dimension-repository_nwoangular/angular-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id36891867
octolytics-dimension-repository_network_root_nwoangular/angular-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefe8be790582ef7a55477ce1918ac0ed16b106d31
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/angular/angular-cli/issues/873#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F873
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangular-cli%2Fissues%2F873
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangular-cli
Reloadhttps://patch-diff.githubusercontent.com/angular/angular-cli/issues/873
Reloadhttps://patch-diff.githubusercontent.com/angular/angular-cli/issues/873
Reloadhttps://patch-diff.githubusercontent.com/angular/angular-cli/issues/873
angular https://patch-diff.githubusercontent.com/angular
angular-clihttps://patch-diff.githubusercontent.com/angular/angular-cli
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fangular%2Fangular-cli
Fork 11.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fangular%2Fangular-cli
Star 27k https://patch-diff.githubusercontent.com/login?return_to=%2Fangular%2Fangular-cli
Code https://patch-diff.githubusercontent.com/angular/angular-cli
Issues 265 https://patch-diff.githubusercontent.com/angular/angular-cli/issues
Pull requests 29 https://patch-diff.githubusercontent.com/angular/angular-cli/pulls
Actions https://patch-diff.githubusercontent.com/angular/angular-cli/actions
Security 1 https://patch-diff.githubusercontent.com/angular/angular-cli/security
Insights https://patch-diff.githubusercontent.com/angular/angular-cli/pulse
Code https://patch-diff.githubusercontent.com/angular/angular-cli
Issues https://patch-diff.githubusercontent.com/angular/angular-cli/issues
Pull requests https://patch-diff.githubusercontent.com/angular/angular-cli/pulls
Actions https://patch-diff.githubusercontent.com/angular/angular-cli/actions
Security https://patch-diff.githubusercontent.com/angular/angular-cli/security
Insights https://patch-diff.githubusercontent.com/angular/angular-cli/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/angular/angular-cli/issues/873
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/angular/angular-cli/issues/873
The Broccoli Plugin: [LESSPlugin] failed with: undefinedhttps://patch-diff.githubusercontent.com/angular/angular-cli/issues/873#top
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgenthttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22P3%22
type: bug/fixhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%2Ffix%22
https://github.com/balteo
https://github.com/balteo
balteohttps://github.com/balteo
on May 20, 2016https://github.com/angular/angular-cli/issues/873#issue-156052688
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgenthttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22P3%22
type: bug/fixhttps://github.com/angular/angular-cli/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%2Ffix%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.